home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / heaven_1.zip / DDTIME.DCL < prev    next >
Text File  |  1993-07-02  |  695b  |  33 lines

  1. ddtime : dialog {
  2.    label = "Automatic Saves";
  3.    : boxed_column {
  4.       label = "Intervals";
  5.       : radio_button {
  6.          key = "15";
  7.          label = "15 Minutes";
  8.          mnemonic = "5";
  9.       }
  10.       : radio_button {
  11.          key = "30";
  12.          label = "30 Minutes";
  13.          mnemonic = "3";
  14.       }
  15.       : radio_button {
  16.          key = "45";
  17.          label = "45 Minutes";
  18.          mnemonic = "4";
  19.       }
  20.       : radio_button {
  21.          key = "60";
  22.          label = "1 Hour";
  23.          mnemonic = "6";
  24.       }
  25.       : radio_button {
  26.          key = "120";
  27.          label = "2 Hours";
  28.          mnemonic = "1";
  29.       }
  30.    }
  31.    ok_cancel_help_errtile;
  32. }
  33.